What is the max life of Lambda?
Could you please clarify what you mean by "Lambda" in this context? If you're referring to AWS Lambda, a cloud computing service provided by Amazon Web Services, there isn't a fixed maximum lifetime for Lambda functions. Instead, the lifetime of a Lambda function is determined by the duration of the request it's processing. However, it's important to note that there are limits to how long a Lambda function can run for a single invocation. For example, the maximum execution duration for a Lambda function can be up to 15 minutes, depending on the function's configuration and the region it's deployed in. If you're asking about the maximum lifetime of Lambda in the sense of how long AWS will support the service, that's a different question altogether. AWS has been continuously investing in and improving its Lambda service, and it's a popular and widely-used offering within the AWS ecosystem. As such, it's reasonable to assume that Lambda will continue to be supported and updated for the foreseeable future.